﻿2026-07-10T09:15:45.4119433Z ##[group]Run actions/checkout@v5
2026-07-10T09:15:45.4120244Z with:
2026-07-10T09:15:45.4120602Z   fetch-depth: 0
2026-07-10T09:15:45.4121049Z   repository: SaberMage/spt-core
2026-07-10T09:15:45.4124132Z   token: ***
2026-07-10T09:15:45.4124502Z   ssh-strict: true
2026-07-10T09:15:45.4124879Z   ssh-user: git
2026-07-10T09:15:45.4125254Z   persist-credentials: true
2026-07-10T09:15:45.4125690Z   clean: true
2026-07-10T09:15:45.4126072Z   sparse-checkout-cone-mode: true
2026-07-10T09:15:45.4126514Z   fetch-tags: false
2026-07-10T09:15:45.4126880Z   show-progress: true
2026-07-10T09:15:45.4127249Z   lfs: false
2026-07-10T09:15:45.4127593Z   submodules: false
2026-07-10T09:15:45.4127975Z   set-safe-directory: true
2026-07-10T09:15:45.4128610Z ##[endgroup]
2026-07-10T09:15:45.5023234Z Syncing repository: SaberMage/spt-core
2026-07-10T09:15:45.5025025Z ##[group]Getting Git version info
2026-07-10T09:15:45.5025682Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-10T09:15:45.5026630Z [command]/usr/bin/git version
2026-07-10T09:15:45.5027049Z git version 2.43.0
2026-07-10T09:15:45.5037087Z ##[endgroup]
2026-07-10T09:15:45.5048481Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/95073d2b-3c51-41b6-8865-58dcc43df6b7' before making global git config changes
2026-07-10T09:15:45.5049693Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T09:15:45.5051762Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-10T09:15:45.5083218Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-10T09:15:45.5101940Z https://github.com/SaberMage/spt-core
2026-07-10T09:15:45.5111871Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T09:15:45.5114303Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T09:15:45.5140597Z HEAD
2026-07-10T09:15:45.5173681Z ##[endgroup]
2026-07-10T09:15:45.5174444Z [command]/usr/bin/git submodule status
2026-07-10T09:15:45.5365521Z ##[group]Cleaning the repository
2026-07-10T09:15:45.5368304Z [command]/usr/bin/git clean -ffdx
2026-07-10T09:15:47.5419394Z Removing target/
2026-07-10T09:15:47.5429989Z [command]/usr/bin/git reset --hard HEAD
2026-07-10T09:15:47.5854101Z HEAD is now at 16fce9ba7 Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T09:15:47.5864046Z ##[endgroup]
2026-07-10T09:15:47.5864638Z ##[group]Disabling automatic garbage collection
2026-07-10T09:15:47.5867381Z [command]/usr/bin/git config --local gc.auto 0
2026-07-10T09:15:47.5893226Z ##[endgroup]
2026-07-10T09:15:47.5893738Z ##[group]Setting up auth
2026-07-10T09:15:47.5899280Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-10T09:15:47.5924669Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-10T09:15:47.6119282Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T09:15:47.6144765Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-10T09:15:47.6335356Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T09:15:47.6365313Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-10T09:15:47.6562359Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-10T09:15:47.6597174Z ##[endgroup]
2026-07-10T09:15:47.6597737Z ##[group]Fetching the repository
2026-07-10T09:15:47.6605387Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +16fce9ba7828f03a5ade17f10d5f1a9eda580354:refs/remotes/pull/75/merge
2026-07-10T09:15:48.7668868Z From https://github.com/SaberMage/spt-core
2026-07-10T09:15:48.7670374Z  * [new branch]          fix/update-wedge-bounded-conn-write -> origin/fix/update-wedge-bounded-conn-write
2026-07-10T09:15:48.7671219Z  * [new branch]          release-merge/uwedge-r4 -> origin/release-merge/uwedge-r4
2026-07-10T09:15:48.7672843Z  * [new branch]          release/v0.30.6         -> origin/release/v0.30.6
2026-07-10T09:15:48.7722074Z ##[endgroup]
2026-07-10T09:15:48.7722676Z ##[group]Determining the checkout info
2026-07-10T09:15:48.7723194Z ##[endgroup]
2026-07-10T09:15:48.7727052Z [command]/usr/bin/git sparse-checkout disable
2026-07-10T09:15:48.7770319Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-10T09:15:48.7795022Z ##[group]Checking out the ref
2026-07-10T09:15:48.7798259Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/75/merge
2026-07-10T09:15:48.7861367Z HEAD is now at 16fce9ba7 Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T09:15:48.7909161Z ##[endgroup]
2026-07-10T09:15:48.7911083Z [command]/usr/bin/git log -1 --format=%H
2026-07-10T09:15:48.7941727Z 16fce9ba7828f03a5ade17f10d5f1a9eda580354
